home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFORMEXPORTVCARD / TFORMEXPORTVCARD.txt
Text File  |  2005-01-28  |  4KB  |  152 lines

  1. object FormExportVcard: TFormExportVcard
  2.   Left = 284
  3.   Top = 166
  4.   HelpContext = 445
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Export Contact Info To vCard Files'
  8.   ClientHeight = 260
  9.   ClientWidth = 351
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 351
  25.     Height = 203
  26.     Align = alTop
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -12
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     ParentShowHint = False
  34.     ShowHint = True
  35.     TabOrder = 0
  36.     object GroupBox1: TGroupBox
  37.       Left = 13
  38.       Top = 12
  39.       Width = 323
  40.       Height = 69
  41.       Caption = 'Directory'
  42.       TabOrder = 0
  43.       object btnSelect: TRxSpeedButton
  44.         Left = 282
  45.         Top = 27
  46.         Width = 28
  47.         Height = 25
  48.         Hint = 'Select a directory where vCard will export '
  49.         Glyph.Data = {
  50.           42020000424D4202000000000000420000002800000010000000100000000100
  51.           1000030000000002000000000000000000000000000000000000007C0000E003
  52.           00001F0000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  53.           1F7C1F7C1F7C000000000000000000000000000000000000000000001F7C1F7C
  54.           1F7C1F7C1F7C8031803140664066E03D4066E03D4066E03D4066E03D00001F7C
  55.           1F7C1F7C1F7C8031F27F80314066406640664066E03D4066E03D4066E03D0000
  56.           1F7C1F7C1F7C8031F27F207F8031406640664066406640664066E03D4066E03D
  57.           00001F7C1F7C8031F27FFF7F207F8031406640664066406640664066E03D4066
  58.           E03D00001F7C8031F27F207FFF7F207F80318031803180318031803180318031
  59.           8031803100008031F27FFF7F207FFF7F207F207F207F207F207F00001F7C1F7C
  60.           1F7C1F7C1F7C8031F27F207FFF7FF27FF27FF27FF27FF27FF27F00001F7C1F7C
  61.           1F7C1F7C1F7C8031FF7FF27F326780318031803180318031803180311F7C1F7C
  62.           1F7C1F7C1F7C1F7C8031803180311F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7CCC00
  63.           CC00CC001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  64.           D200CC001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7CD2001F7C1F7C1F7CD200
  65.           1F7CCC001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7CD200D200D2001F7C
  66.           1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  67.           1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  68.           1F7C1F7C1F7C}
  69.         OnClick = btnSelectClick
  70.       end
  71.       object FilenameEdit1: TEdit
  72.         Left = 15
  73.         Top = 27
  74.         Width = 267
  75.         Height = 25
  76.         Cursor = crArrow
  77.         Hint = 
  78.           'Click right button to select a directory where vCard will export' +
  79.           ' '
  80.         AutoSize = False
  81.         Font.Charset = ANSI_CHARSET
  82.         Font.Color = clWindowText
  83.         Font.Height = -12
  84.         Font.Name = 'Arial'
  85.         Font.Style = []
  86.         ParentFont = False
  87.         ParentShowHint = False
  88.         ReadOnly = True
  89.         ShowHint = True
  90.         TabOrder = 0
  91.       end
  92.     end
  93.     object GroupBox2: TGroupBox
  94.       Left = 13
  95.       Top = 93
  96.       Width = 323
  97.       Height = 93
  98.       Caption = 'Range'
  99.       TabOrder = 1
  100.       object raAll: TRadioButton
  101.         Left = 13
  102.         Top = 28
  103.         Width = 293
  104.         Height = 17
  105.         Caption = 'Export all the records displayed in current grid'
  106.         TabOrder = 0
  107.       end
  108.       object RaSelected: TRadioButton
  109.         Left = 13
  110.         Top = 57
  111.         Width = 300
  112.         Height = 17
  113.         Caption = 'Export the seleted records displayed in current grid'
  114.         Checked = True
  115.         TabOrder = 1
  116.         TabStop = True
  117.       end
  118.     end
  119.   end
  120.   object btnExport: TBitBtn
  121.     Left = 77
  122.     Top = 216
  123.     Width = 79
  124.     Height = 30
  125.     Caption = '&Export'
  126.     Default = True
  127.     Font.Charset = ANSI_CHARSET
  128.     Font.Color = clWindowText
  129.     Font.Height = -14
  130.     Font.Name = 'Arial'
  131.     Font.Style = []
  132.     ParentFont = False
  133.     TabOrder = 1
  134.     OnClick = btnExportClick
  135.   end
  136.   object BitBtn2: TBitBtn
  137.     Left = 196
  138.     Top = 216
  139.     Width = 79
  140.     Height = 30
  141.     Caption = 'E&xit'
  142.     Font.Charset = ANSI_CHARSET
  143.     Font.Color = clWindowText
  144.     Font.Height = -14
  145.     Font.Name = 'Arial'
  146.     Font.Style = []
  147.     ParentFont = False
  148.     TabOrder = 2
  149.     OnClick = BitBtn2Click
  150.   end
  151. end
  152.